home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 January
/
ChipCD_1.03.iso
/
oddech
/
bsen
/
BSinstall.exe
/
BecheruvSen.exe
/
scripts
/
DefineButton2_2743
/
BUTTONCONDACTION on(release).as
next >
Wrap
Text File
|
2002-11-01
|
1KB
|
50 lines
on(release){
if(_root.poz == "c")
{
if(_root.draglej == 10)
{
_root.ii10 = 3;
_root.sklenickabaron.gotoAndStop("empty");
_root.stopdragall();
_root.itembar_remove(10);
_root.d_baron.i = "sklenicka_cista";
}
else if(_root.draglej == 38 && _root.ii10 == 3 && _root.ii27 == 0 && _root.ii31 < 2)
{
_root.d_loupeznik.i = "start";
}
else if(_root.draglej == 38 && _root.ii10 < 3)
{
_root.d_baron.i = "spina_1";
}
else if(_root.draglej == 38 && _root.ii10 == 3)
{
_root.ii10 = 4;
_root.sklenickabaron.gotoAndStop("full");
_root.d_baron.i = "sklenicka_nalit";
}
else if(_root.draglej == 38 && _root.ii10 == 4)
{
_root.d_baron.i = "sklenicka_plna";
}
else if(_root.draglej == 38 && _root.ii10 == 5)
{
_root.d_baron.i = "sklenicka_staci";
}
else if(0 < _root.draglej)
{
_root.d_baron.i = "sklenicka_bad";
}
else
{
_root.d_baron.i = "sklenicka_vzit";
}
}
else
{
_root.pepa.gotoAndPlay(_root.poz add "c");
}
_root.stopdragall();
_root.hideall();
}